- print control sequence
- SAP.тех. последовательность операторов управления печатью
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Control character — In computing and telecommunication, a control character or non printing character is a code point (a number) in a character set, that does not in itself represent a written symbol. It is in band signaling in the context of character encoding. All … Wikipedia
Print screen — (often abbreviated Prt Scr, Print Scrn, Prt Scn, Prt Sc or Prnt Scrn) is a key present on most keyboards, typically situated in the same section as the break key and scroll lock key. Print screen is shared with system request. Under earlier… … Wikipedia
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia
Control-C — This article is about the keyboard shortcut. For the ASCII character, see end of text character. Control C is a common computer command. It is generated by pressing the C key while holding down the … Wikipedia
control code — A sequence of one or more characters used for hardware control; also known as setup strings or escape sequences. Control codes are used with printers, modems, and displays. Printer control codes often begin with an escape character, followed… … Dictionary of networking
Escape sequence — This article refers to codes used as commands for computing devices. Escape sequence can also refer to a sequence of escape characters used in parsing source code. An escape sequence is a series of characters used to change the state of computers … Wikipedia
Perl control structures — The basic control structures of Perl are similar to those used in C and Java, but they have been extended in several ways.LoopsIn the following, label is an optional identifier terminated by a colon, and block is a sequence of one of more Perl… … Wikipedia
Job Control Language — (JCL) is a scripting language used on IBM mainframe operating systems to instruct the system on how to run a batch job or start a subsystem. The term Job Control Language can also be used generically to refer to all languages which perform these… … Wikipedia
Optimistic concurrency control — In the field of relational database management systems, optimistic concurrency control (OCC) is a concurrency control method that assumes that multiple transactions can complete without affecting each other, and that therefore transactions can… … Wikipedia
escape sequence — A sequence of characters, beginning with Escape (ASCII 27) and followed by one or more other characters, that performs a specific function. Sometimes called an escape code. Escape sequences are often used to control printers or monitors, which … Dictionary of networking
Escape character — In computing and telecommunication, an escape character is a character which invokes an alternative interpretation on subsequent characters in a character sequence. An escape character is a particular case of metacharacters. Generally, the… … Wikipedia